home *** CD-ROM | disk | FTP | other *** search
/ Scene Storm / Scene Storm - Volume 1.iso / coding / c / zoo / asmconst.ai < prev    next >
Text File  |  1980-01-02  |  517b  |  15 lines

  1. ; $Source: /usr/home/dhesi/zoo/RCS/asmconst.ai,v $
  2. ; $Id: asmconst.ai,v 1.2 91/07/07 09:37:47 dhesi Exp $
  3. ;The contents of this file are hereby released to the public domain.
  4. ;                                 -- Rahul Dhesi 1988/08/25
  5.  
  6. ;Constant values for lzc.asm and lzd.asm
  7. maxbits        equ    13
  8. clear        equ    256        ;Clear code
  9. eof        equ    257        ;End of file marker
  10. first_free    equ    258        ;First free code
  11. maxmax        equ    1 shl maxbits    ;Max code + 1
  12.  
  13. inbufsiz    equ    8192        ;size of input buffer
  14. outbufsiz    equ    8192        ;size of output buffer
  15.